log/slog.commonHandler.preformattedAttrs (field)

6 uses

	log/slog (current package)
		handler.go#L194: 	preformattedAttrs []byte
		handler.go#L211: 		preformattedAttrs: slices.Clip(h.preformattedAttrs),
		handler.go#L238: 	state := h2.newHandleState((*buffer.Buffer)(&h2.preformattedAttrs), false, "")
		handler.go#L241: 	if pfa := h2.preformattedAttrs; len(pfa) > 0 {
		handler.go#L328: 	if pfa := s.h.preformattedAttrs; len(pfa) > 0 {